home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 1).iso / _bbs / sftool / all.bat next >
Encoding:
DOS Batch File  |  1995-09-05  |  650 b   |  34 lines

  1. set cdrom=n:
  2. set output=n:\_bbs\sf
  3.  
  4. rem you shouldn't need to change anything below this.
  5.  
  6. REM  I set this globally, in ..\all.bat
  7. REM  To run this one batch file, change it here also.
  8. if .%in_type% == . goto not_set
  9. goto set
  10. :not_set
  11. echo in_type not set
  12. goto end
  13. :set
  14.  
  15. rem you shouldn't have to change anything below this.
  16.  
  17. del logfile
  18.  
  19. REM  This is the foreign language stuff.  the default extension is
  20. REM  ".txt"
  21. if .%in_language% == . goto not_set2
  22. goto set2
  23. :not_set2
  24. set in_language=txt
  25. :set2
  26.  
  27.  
  28. md %output%\sf
  29. echo y | del %output%\*.*
  30.  
  31. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.%in_language%   doit
  32.  
  33. :end
  34.